home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Human Interface Toolbox / CarbonCustomList / Read Me < prev   
Encoding:
Text File  |  2000-10-06  |  941 b   |  33 lines  |  [ttro/ttxt]

  1. Carbon Custom List
  2. Version 1.0
  3. October 3, 2000
  4.  
  5. Introduction
  6.  
  7. Under Carbon, custom list definitions can no longer be implemented as 'LDEF' code resources and need to be installed as list definition procedures.
  8.  
  9. This sample demonstrates how to implement a custom list definition using the new Carbon API, CreateCustomList.
  10.  
  11. Packing List
  12.  
  13. CarbonCustomList - The executable CFM application
  14. CarbonCustomList.mcp - Metrowerks CodeWarrior Pro 2 project file
  15. CarbonCustomList.c - The source
  16. CarbonCustomList.rsrc - Menu resources and the required 'carb' resource for Mac OS X
  17.  
  18. Requirements
  19.  
  20. Mac OS 8.5 or later and CarbonLib 1.0 or later.
  21. This sample was built with CodeWarrior Pro 2 and CarbonLib 1.1a7.
  22.  
  23. Further Information
  24.  
  25. List Manager
  26. <http://developer.apple.com/techpubs/macos8/HumanInterfaceToolbox/ListManager/listmanager.html>
  27. Carbon
  28. <http://developer.apple.com/macosx/carbon>
  29.  
  30. Feedback
  31.  
  32. <http://developer.apple.com/contact/feedback.html>
  33.